home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Modeling the Dream
/
Modeling the Dream CD - Walkthroughs and Flybys II (1994)(Waite Group).iso
/
programs
/
source
/
dmpdown.bc
next >
Wrap
Text File
|
1994-10-31
|
3KB
|
86 lines
break on
if not exist \mtdtemp\medley.fli goto chkspace
if not exist \mtdtemp\hellfir1.fli goto chkspace
if not exist \mtdtemp\hellfir2.fli goto chkspace
if not exist \mtdtemp\whirli.fli goto chkspace
if not exist \mtdtemp\morpheus.fli goto chkspace
if not exist \mtdtemp\spin.fli goto chkspace
if not exist \mtdtemp\crab7.fli goto chkspace
if not exist \mtdtemp\cryslog.fli goto chkspace
if not exist \mtdtemp\space.fli goto chkspace
if not exist \mtdtemp\diamonds.fli goto chkspace
if not exist \mtdtemp\djhands.fli goto chkspace
if not exist \mtdtemp\takeoff.fli goto chkspace
if not exist \mtdtemp\office.fli goto chkspace
if not exist \mtdtemp\starship.fli goto chkspace
if not exist \mtdtemp\radsat5.fli goto chkspace
if not exist \mtdtemp\hexsmall.flc goto chkspace
goto runhd
:chkspace
freedisk %!a
LT %!a 130000000
if errorlevel 1 goto nodown
echo You have more than 130MB free on this drive!
echo:
echo Press C if you would like to run the BigDemo from the CD, or
echo D to download the graphics to your hard disk for faster playback.
echo:
echo Please press either C or D now:
echo:
echo:
:again
getkey
let %!t = x
if errlevel 67 goto fromcd
if errlevel 99 goto fromcd
if errlevel 68 goto hop
if errlevel 100 goto hop
if %!t = x goto again
:hop
md \mtdtemp
echo Downloading flics, please be patient
echo Percentage complete is: 0%
if not exist \mtdtemp\medley.fli copy %c%\flics\medley.fli \mtdtemp
echo Percentage complete is: 13%
if not exist \mtdtemp\hellfir1.fli copy %c%\flics\mulholla\hellfir1.fli \mtdtemp
echo Percentage complete is: 28%
if not exist \mtdtemp\hellfir2.fli copy %c%\flics\mulholla\hellfir2.fli \mtdtemp
echo Percentage complete is: 38%
if not exist \mtdtemp\whirli.fli copy %c%\flics\royer\whirli.fli \mtdtemp
echo Percentage complete is: 43%
if not exist \mtdtemp\morpheus.fli copy %c%\flics\royer\morpheus.fli \mtdtemp
echo Percentage complete is: 46%
if not exist \mtdtemp\spin.fli copy %c%\flics\royer\spin.fli \mtdtemp
echo Percentage complete is: 51%
if not exist \mtdtemp\crab7.fli copy %c%\flics\reimann\crab7.fli \mtdtemp
echo Percentage complete is: 61%
if not exist \mtdtemp\cryslog.fli copy %c%\flics\farmer\cryslog.fli \mtdtemp
echo Percentage complete is: 62%
if not exist \mtdtemp\space.fli copy %c%\flics\farmer\space.fli \mtdtemp
echo Percentage complete is: 74%
if not exist \mtdtemp\diamonds.fli copy %c%\flics\farmer\diamonds.fli \mtdtemp
echo Percentage complete is: 76%
if not exist \mtdtemp\djhands.fli copy %c%\flics\farmer\djhands.fli \mtdtemp
echo Percentage complete is: 78%
if not exist \mtdtemp\takeoff.fli copy %c%\flics\naylor\takeoff.fli \mtdtemp
echo Percentage complete is: 83%
if not exist \mtdtemp\office.fli copy %c%\flics\naylor\office.fli \mtdtemp
echo Percentage complete is: 93%
if not exist \mtdtemp\starship.fli copy %c%\flics\guthery\starship.fli \mtdtemp
echo Percentage complete is: 95%
if not exist \mtdtemp\radsat5.fli copy %c%\flics\meikle\radsat5.fli \mtdtemp
echo Percentage complete is: 97%
if not exist \mtdtemp\hexsmall.flc copy %c%\flics\young\hexsmall.flc \mtdtemp
echo Percentage complete is: 100%
cls
rem will run from hd
:runhd
exit 0
:nodown
rem echo BigDemo files not found on hard disk and there is insufficient space
rem echo to download them.
:fromcd
echo Running from the CD.....
exit 1